Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test ci #3832

Merged
merged 3 commits into from
Sep 30, 2024
Merged

fix test ci #3832

merged 3 commits into from
Sep 30, 2024

Conversation

johrstrom
Copy link
Contributor

fix test ci because apparently libsqlite3-dev isn't on these images anymore?

Comment on lines -513 to +517
`touch #{dir_to_dl}/real_file`
`touch #{dir_to_dl}/first_level_dir/.second_level_hidden_file`
`touch #{dir_to_dl}/first_level_dir/second_level_real_file`
`touch #{dir_to_dl}/.first_level_hidden_dir/.another_second_level_hidden_file`
`touch #{dir_to_dl}/.first_level_hidden_dir/another_second_level_real_file`
`echo 'abc123' > #{dir_to_dl}/real_file`
`echo 'abc123' > #{dir_to_dl}/first_level_dir/.second_level_hidden_file`
`echo 'abc123' > #{dir_to_dl}/first_level_dir/second_level_real_file`
`echo 'abc123' > #{dir_to_dl}/.first_level_hidden_dir/.another_second_level_hidden_file`
`echo 'abc123' > #{dir_to_dl}/.first_level_hidden_dir/another_second_level_real_file`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear to me why I had to change this. This test was failing saying that the directories were empty.

Seems like we used to be able to download empty directories and that's somehow changed? I'd say this needs looking into.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an operating system/du change! I'll open another ticket.

@johrstrom johrstrom merged commit a5d0a0e into master Sep 30, 2024
26 checks passed
@johrstrom johrstrom deleted the fix-ci branch September 30, 2024 19:36
johrstrom added a commit that referenced this pull request Oct 7, 2024
Fix test ci by populating these test files so that the directory isn't empty.
johrstrom added a commit that referenced this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants